projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbac6a
)
[!MAC_OSX] (select): Fix argument name.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:18:01 +0000
(
03:18
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:18:01 +0000
(
03:18
+0000)
src/mac.c
patch
|
blob
|
history
diff --git
a/src/mac.c
b/src/mac.c
index 151cce9c0f3e80a1266551eaaad14ff38411efdd..be6953a0d5538519d502530a67f08c7e37160a94 100644
(file)
--- a/
src/mac.c
+++ b/
src/mac.c
@@
-2416,7
+2416,7
@@
sys_fopen (const char *name, const char *mode)
extern Boolean mac_wait_next_event P_ ((EventRecord *, UInt32, Boolean));
int
-select (n
,
rfds, wfds, efds, timeout)
+select (n
fds,
rfds, wfds, efds, timeout)
int nfds;
SELECT_TYPE *rfds, *wfds, *efds;
EMACS_TIME *timeout;